patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] net/i40e: fix packet type parser error
@ 2018-07-05  1:36 Beilei Xing
       [not found] ` <94479800C636CB44BD422CB454846E01321E4AE5@SHSMSX101.ccr.corp.intel.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Beilei Xing @ 2018-07-05  1:36 UTC (permalink / raw)
  To: qi.z.zhang; +Cc: dev, stable

To parse packet type correctly, profile needs to be
loaded again to update tables in SW even if profile
has exited. But previously packet type parser will
be false after loading profile when profile already
exists.
This patch fixes the issue.

Fixes: 0585f5c3d264 ("net/i40e: fix DDP profile DEL operation")
Cc: stable@dpdk.org

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 drivers/net/i40e/rte_pmd_i40e.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/i40e/rte_pmd_i40e.c b/drivers/net/i40e/rte_pmd_i40e.c
index 921dfc0..bba62b1 100644
--- a/drivers/net/i40e/rte_pmd_i40e.c
+++ b/drivers/net/i40e/rte_pmd_i40e.c
@@ -1709,6 +1709,7 @@ rte_pmd_i40e_process_ddp_package(uint16_t port, uint8_t *buff,
 				PMD_DRV_LOG(ERR, "Profile of group 0 already exists.");
 			else if (is_exist == 3)
 				PMD_DRV_LOG(ERR, "Profile of different group already exists");
+			i40e_update_customized_info(dev, buff, size, op);
 			rte_free(profile_info_sec);
 			return -EEXIST;
 		}
-- 
2.5.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-stable] [dpdk-dev] [PATCH] net/i40e: fix packet type parser error
       [not found] ` <94479800C636CB44BD422CB454846E01321E4AE5@SHSMSX101.ccr.corp.intel.com>
@ 2018-07-05  6:35   ` Lin, Xueqin
  0 siblings, 0 replies; 2+ messages in thread
From: Lin, Xueqin @ 2018-07-05  6:35 UTC (permalink / raw)
  To: Xing, Beilei, Zhang, Qi Z; +Cc: dev, stable



 > -----Original Message-----
 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing
 > Sent: Thursday, July 5, 2018 9:36 AM
 > To: Zhang, Qi Z <qi.z.zhang@intel.com>
 > Cc: dev@dpdk.org; stable@dpdk.org
 > Subject: [dpdk-dev] [PATCH] net/i40e: fix packet type parser error
 >
 > To parse packet type correctly, profile needs to be loaded again to
 > update tables in SW even if profile has exited. But previously packet
 > type parser will be false after loading profile when profile already exists.
 > This patch fixes the issue.
 >
 > Fixes: 0585f5c3d264 ("net/i40e: fix DDP profile DEL operation")
 > Cc: stable@dpdk.org
 >
 > Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Tested-by: Xueqin Lin <xueqin.lin@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-05  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05  1:36 [dpdk-stable] [PATCH] net/i40e: fix packet type parser error Beilei Xing
     [not found] ` <94479800C636CB44BD422CB454846E01321E4AE5@SHSMSX101.ccr.corp.intel.com>
2018-07-05  6:35   ` [dpdk-stable] [dpdk-dev] " Lin, Xueqin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).