All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1098] net/iavf: check_rx_vec_allow() result is ignored
@ 2022-10-11 13:25 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2022-10-11 13:25 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=1098

            Bug ID: 1098
           Summary: net/iavf: check_rx_vec_allow() result is ignored
           Product: DPDK
           Version: 22.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: maxime.coquelin@redhat.com
  Target Milestone: ---

In IAVF driver, check_rx_vec_allow() ensure some conditions are met to
authorize vector path usage for a given Rxq.

Its return is assigned to Rxq's (struct iavf_adapter *)->rx_vec_allowed in
iavf_dev_rx_queue_setup(), but (struct iavf_adapter *)->rx_vec_allowed is never
used afterwards.

Either conditions checked in check_rx_vec_allow() are useless and so it should
be removed, or DP selection should take .rx_vec_allowed value into account.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-11 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 13:25 [Bug 1098] net/iavf: check_rx_vec_allow() result is ignored bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.