> -----Original Message----- > From: Xing, Beilei > Sent: Monday, September 12, 2016 5:42 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v3] net/i40e: fix parsing QinQ packets type issue > > Previously, PTYPE filed in the RX descriptors is not set properly for QinQ > packets, wrong PTYPE is generated because outer Tag did not have ORT/PIT > configured. Fix this issue by configuring ORT/PIT. > Otherwise, this patch changes bitmask of outer VLAN tag in L2 header to > support RSS and flow director for QinQ. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Fixes: 4072d503aaa5 ("i40e: fix VLAN bitmasks for input set") > > Signed-off-by: Beilei Xing <beilei.xing at intel.com> Acked-by: Jingjing Wu <jingjing.wu at intel.com>
Minor comments: Please add the changes of the version compared with old version.