>-----Original Message-----
>From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of
>Zaremba, Larysa
>Sent: Wednesday, July 24, 2024 10:19 PM
>To: intel-wired-...@lists.osuosl.org
>Cc: Drewek, Wojciech <wojciech.dre...@intel.com>; Fijalkowski, Maciej
><maciej.fijalkow...@intel.com>; Jesper Dangaard Brouer <h...@kernel.org>;
>Daniel Borkmann <dan...@iogearbox.net>; Zaremba, Larysa
><larysa.zare...@intel.com>; net...@vger.kernel.org; John Fastabend
><john.fastab...@gmail.com>; Alexei Starovoitov <a...@kernel.org>; linux-
>ker...@vger.kernel.org; Eric Dumazet <eduma...@google.com>; Kubiak,
>Michal <michal.kub...@intel.com>; Nguyen, Anthony L
><anthony.l.ngu...@intel.com>; Nambiar, Amritha
><amritha.namb...@intel.com>; Keller, Jacob E <jacob.e.kel...@intel.com>;
>Jakub Kicinski <k...@kernel.org>; b...@vger.kernel.org; Paolo Abeni
><pab...@redhat.com>; David S. Miller <da...@davemloft.net>; Karlsson,
>Magnus <magnus.karls...@intel.com>
>Subject: [Intel-wired-lan] [PATCH iwl-net v2 6/6] ice: do not bring the VSI
>up, if
>it was down before the XDP setup
>
>After XDP configuration is completed, we bring the interface up
>unconditionally,
>regardless of its state before the call to .ndo_bpf().
>
>Preserve the information whether the interface had to be brought down and
>later bring it up only in such case.
>
>Fixes: efc2214b6047 ("ice: Add support for XDP")
>Reviewed-by: Wojciech Drewek <wojciech.dre...@intel.com>
>Signed-off-by: Larysa Zaremba <larysa.zare...@intel.com>
>---
> drivers/net/ethernet/intel/ice/ice_main.c | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
Tested-by: Chandan Kumar Rout <chandanx.r...@intel.com> (A Contingent Worker at
Intel)