From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 2/8]i40e:support VxLAN packet identification in librte_pmd_i40e Date: Thu, 16 Oct 2014 21:56:39 +0200 Message-ID: <3781474.dkZOSRuQuF@xps13> References: <1413006935-22535-1-git-send-email-jijiang.liu@intel.com> <1413006935-22535-3-git-send-email-jijiang.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jijiang Liu Return-path: In-Reply-To: <1413006935-22535-3-git-send-email-jijiang.liu-ral2JQCrhuEAvxtiuMwx3w@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-10-11 13:55, Jijiang Liu: > # > +# Compile tunneling UDP port support > +# > +CONFIG_RTE_LIBRTE_TUNNEL_UDP_PORT=4789 > + > +# 1) this option is not to "Compile tunneling UDP port support" 2) why is it a compile time option? should it be an API parameter or a runtime option? > + uint16_t packet_type; /**< Packet type, which indicates packet format */ It's not very clear what packet type is. There is maybe a more precise description, or is it hardware dependent? > static struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, > - struct i40e_vsi *vsi); > + struct i40e_vsi *vsi); It's not related to VXLAN. -- Thomas