> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, July 10, 2015 3:24 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change of > rte_eth_fdir_filter, rte_eth_fdir_masks > > For x550 supports 2 new flow director modes, MAC VLAN and Cloud. The MAC > VLAN mode means the MAC and VLAN are monitored. The Cloud mode is for > VxLAN and NVGRE, and the tunnel type, TNI/VNI, inner MAC and inner VLAN > are monitored. So, there're a few new lookup fields for these 2 new modes, > like MAC, tunnel type, TNI/VNI. We have to change the ABI to support these > new lookup fields. > > v2 changes: > * Correct the names of the structures. > * Wrap the words. > * Add explanation for the new modes. > > Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
doc: announce ABI change of rte_eth_fdir_filter