Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Overlapping changes in drivers/net/phy/marvell.c, bug fix in 'net' restricting a HW workaround alongside cleanups in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -789,8 +789,14 @@ enum {
|
||||
};
|
||||
|
||||
enum {
|
||||
CQE_RSS_HTYPE_IP = 0x3 << 6,
|
||||
CQE_RSS_HTYPE_L4 = 0x3 << 2,
|
||||
CQE_RSS_HTYPE_IP = 0x3 << 2,
|
||||
/* cqe->rss_hash_type[3:2] - IP destination selected for hash
|
||||
* (00 = none, 01 = IPv4, 10 = IPv6, 11 = Reserved)
|
||||
*/
|
||||
CQE_RSS_HTYPE_L4 = 0x3 << 6,
|
||||
/* cqe->rss_hash_type[7:6] - L4 destination selected for hash
|
||||
* (00 = none, 01 = TCP. 10 = UDP, 11 = IPSEC.SPI
|
||||
*/
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user