Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Minor overlapping changes for both merge conflicts. Resolution work done by Stephen Rothwell was used as a reference. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -70,8 +70,16 @@ struct qed_dbcx_pfc_params {
|
||||
u8 max_tc;
|
||||
};
|
||||
|
||||
enum qed_dcbx_sf_ieee_type {
|
||||
QED_DCBX_SF_IEEE_ETHTYPE,
|
||||
QED_DCBX_SF_IEEE_TCP_PORT,
|
||||
QED_DCBX_SF_IEEE_UDP_PORT,
|
||||
QED_DCBX_SF_IEEE_TCP_UDP_PORT
|
||||
};
|
||||
|
||||
struct qed_app_entry {
|
||||
bool ethtype;
|
||||
enum qed_dcbx_sf_ieee_type sf_ieee;
|
||||
bool enabled;
|
||||
u8 prio;
|
||||
u16 proto_id;
|
||||
|
Reference in New Issue
Block a user