> -----Original Message----- > From: He, Shaopeng > Sent: Thursday, June 18, 2015 3:21 PM > To: dev at dpdk.org > Cc: Chen, Jing D; Qiu, Michael; He, Shaopeng > Subject: [PATCH v3 0/3] fm10k: update MAC/VLAN filter and VLAN offload > features > > v3 changes: > - add more result check for MAC table mailbox operation for VLAN filter > - remove two extra indentation tabs > > v2 changes: > - add result check when updating MAC address table for VLAN filter > - move VLAN Table updating to the end of VLAN filter process > - release mailbox lock immediately after each mailbox related operation > - update the value of rx_offload_capa and tx_offload_capa > - fix miscelleous review comments > > The patch series introduce changes for MAC/VLAN filter and VLAN offload > features. > MAC filter is newly added, VLAN filter is updated to add/delete > one static entry in MAC table for each combination of VLAN and MAC > address. > For VLAN offload features, Fm10k PF/VF does not support QinQ; > and VLAN strip and filter are always on. > > Shaopeng He (3): > fm10k: update VLAN filter > fm10k: add MAC filter > fm10k: update VLAN offload features > > drivers/net/fm10k/fm10k.h | 24 ++++++ > drivers/net/fm10k/fm10k_ethdev.c | 182 > ++++++++++++++++++++++++++++++++++++--- > 2 files changed, 194 insertions(+), 12 deletions(-) > > -- > 1.9.3
Acked-by : Jing Chen <jing.d.chen at intel.com>