From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/7]rte_ether:add API of VxLAN packet filter in librte_ether Date: Thu, 28 Aug 2014 10:36:58 +0200 Message-ID: <3070853.Eook8YoHL0@xps13> References: <1409038294-21693-1-git-send-email-jijiang.liu@intel.com> <3586297.ZW2M4AoP7m@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC01D6319C@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Liu, Jijiang" Return-path: In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D6319C-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-08-28 00:55, Liu, Jijiang: > From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > > I wonder if we could use a common function to set all kind of filters? > > > > Thoughts are welcome. > > The rte_eth_dev_tunnel_filter_set() is a common filter function for > tunneling packet, which can set all kind of filters. I understand that. But my question was: could we have common functions for tunnel filters and (existing) generic filters? -- Thomas