[dpdk-dev] [Bug 265] i40e flow flush & add new flow will occur segfault
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon May 6 09:41:29 CEST 2019
https://bugs.dpdk.org/show_bug.cgi?id=265
Bug ID: 265
Summary: i40e flow flush & add new flow will occur segfault
Product: DPDK
Version: 18.11
Hardware: x86
OS: Linux
Status: CONFIRMED
Severity: major
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: kangzy1982 at qq.com
Target Milestone: ---
in this commit id 2e67a7fbf3ffd64cf18a565535135794b62af74d
* net/i40e: config flow director automatically
function i40e_flow_destroy/i40e_flow_flush_fdir_filter add a i40e_fdir_teardown
call! it will release all fdir resource!
when call flow flush and add a new flow(i40e_flow_add_del_fdir_filter ->
i40e_flow_fdir_filter_programming) will access a null pointer!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list