From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] examples/flow_filtering: add rte_fdir_conf initialization Date: Sun, 05 Aug 2018 22:13:29 +0200 Message-ID: <1700882.CoqFyXHoSW@xps> References: <1531361387-116027-1-git-send-email-rosen.xu@intel.com> <1533041560-164321-1-git-send-email-rosen.xu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, orika@mellanox.com, walter.e.gilmore@intel.com, qi.z.zhang@intel.com, stable@dpdk.org To: Rosen Xu Return-path: In-Reply-To: <1533041560-164321-1-git-send-email-rosen.xu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/07/2018 14:52, Rosen Xu: > Rte_fdir_conf of rte_eth_conf should be initialized before > port initialization. It is a workaround solution when working > with Intel I40e. > > Fixes: 4a3ef59a10c8 ("examples/flow_filtering: add simple demo of flow API") > Cc: stable@dpdk.org > > Signed-off-by: Rosen Xu > Acked-by: Ori Kam > Reviewed-by: Ferruh Yigit > > v4 updates: > =========== > - Fix typo and lack of punctuation. > - Add why it is needed, and what are we waiting to remove the workaround. Applied, thanks