Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Merge 'net' bug fixes into 'net-next' as we have patches that will build on top of them. This merge commit includes a change from Emil Goode (emilgoode@gmail.com) that fixes a warning that would have been introduced by this merge. Specifically it fixes the pingv6_ops method ipv6_chk_addr() to add a "const" to the "struct net_device *dev" argument and likewise update the dummy_ipv6_chk_addr() declaration. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1423,7 +1423,8 @@
|
||||
#define TG3_LSO_RD_DMA_CRPTEN_CTRL 0x00004910
|
||||
#define TG3_LSO_RD_DMA_CRPTEN_CTRL_BLEN_BD_4K 0x00030000
|
||||
#define TG3_LSO_RD_DMA_CRPTEN_CTRL_BLEN_LSO_4K 0x000c0000
|
||||
#define TG3_LSO_RD_DMA_TX_LENGTH_WA 0x02000000
|
||||
#define TG3_LSO_RD_DMA_TX_LENGTH_WA_5719 0x02000000
|
||||
#define TG3_LSO_RD_DMA_TX_LENGTH_WA_5720 0x00200000
|
||||
/* 0x4914 --> 0x4be0 unused */
|
||||
|
||||
#define TG3_NUM_RDMA_CHANNELS 4
|
||||
@@ -3060,7 +3061,7 @@ enum TG3_FLAGS {
|
||||
TG3_FLAG_APE_HAS_NCSI,
|
||||
TG3_FLAG_TX_TSTAMP_EN,
|
||||
TG3_FLAG_4K_FIFO_LIMIT,
|
||||
TG3_FLAG_5719_RDMA_BUG,
|
||||
TG3_FLAG_5719_5720_RDMA_BUG,
|
||||
TG3_FLAG_RESET_TASK_PENDING,
|
||||
TG3_FLAG_PTP_CAPABLE,
|
||||
TG3_FLAG_5705_PLUS,
|
||||
|
Reference in New Issue
Block a user