Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Lots of conflicts, by happily all cases of overlapping changes, parallel adds, things of that nature. Thanks to Stephen Rothwell, Saeed Mahameed, and others for their guidance in these resolutions. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1453,6 +1453,9 @@ struct cpl_tx_data {
|
||||
#define T6_TX_FORCE_V(x) ((x) << T6_TX_FORCE_S)
|
||||
#define T6_TX_FORCE_F T6_TX_FORCE_V(1U)
|
||||
|
||||
#define TX_URG_S 16
|
||||
#define TX_URG_V(x) ((x) << TX_URG_S)
|
||||
|
||||
#define TX_SHOVE_S 14
|
||||
#define TX_SHOVE_V(x) ((x) << TX_SHOVE_S)
|
||||
|
||||
|
Reference in New Issue
Block a user