Re: [dpdk-dev] [PATCH 3/8] net/i40e/base: enable new custom cloud filters

2020-07-26 Thread Sun, GuinanX
Hi Jeff > -Original Message- > From: Guo, Jia > Sent: Monday, July 27, 2020 11:53 AM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Xing, Beilei ; Ramamurthy, Harshitha > > Subject: Re: [PATCH 3/8] net/i40e/base: enable new custom cloud filters > > hi, guinan > > This patch is just define some

Re: [dpdk-dev] [PATCH 3/8] net/i40e/base: enable new custom cloud filters

2020-07-26 Thread Jeff Guo
hi, guinan This patch is just define some new types but not enable a feature, could the title to be "add new custom cloud filters types", is it better and could eliminate some confuse? On 7/21/2020 3:39 PM, Guinan Sun wrote: This patch adds the new filter types needed for custom cloud filter

[dpdk-dev] [PATCH 3/8] net/i40e/base: enable new custom cloud filters

2020-07-21 Thread Guinan Sun
This patch adds the new filter types needed for custom cloud filters. These custom cloud filters will route traffic to VFs based on the dst IP for both tunneled and non-tunneled packets. Signed-off-by: Harshitha Ramamurthy Signed-off-by: Guinan Sun --- drivers/net/i40e/base/i40e_adminq_cmd.h |