On 9/26/2017 2:49 PM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Dai, Wei >> Sent: Monday, September 25, 2017 2:37 PM >> To: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei >> <beilei.x...@intel.com>; Ananyev, >> Konstantin <konstantin.anan...@intel.com> >> Cc: dev@dpdk.org; Dai, Wei <wei....@intel.com>; sta...@dpdk.org >> Subject: [PATCH v6] net/i40e: fix mirror rule reset when port is closed >> >> When an i40e PF port is stopped, all mirror rules should be reserved. >> But when an i40e PF port is closed, all mirror rules should be removed. >> When a mirror rule is removed, its associated hardware and software >> resource should also be removed. >> >> Fixes: a4def5edf0fc ("i40e: enable port mirroring") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Wei Dai <wei....@intel.com> >> Tested-by: Lijuan Tu <lijuanx.a...@intel.com> > > Acked-by: Jingjing Wu <jingjing...@intel.com>
Applied to dpdk-next-net/master, thanks.