DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Non-supported offloads are ignored
@ 2018-04-20 10:45 Sunil Kumar Kori
  2018-04-20 10:45 ` [dpdk-dev] [PATCH 1/2] net/dpaa: non supported offloads are ignored with warning Sunil Kumar Kori
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sunil Kumar Kori @ 2018-04-20 10:45 UTC (permalink / raw)
  To: dev; +Cc: hemant.agrawal, shreyansh.jain, sunil.kori

Currently DPAA/DPAA2 driver returns error if non-supported offloads
(Rx or Tx) are requested from user which causes init failures in
multiple application.

Some offloads may be enabled by default in many hardware and cannot
be disabled. These offloads cannot be part of capability as toggling
is not allowed (Like CRC STRIP). Thus DPAA/DPAA2 driver will ignore
such offloads and rather print warning message.

Sunil Kumar Kori (2):
  net/dpaa: non supported offloads are ignored with warning
  net/dpaa2: non supported offloads are ignored with warning

 drivers/net/dpaa/dpaa_ethdev.c   | 6 ++----
 drivers/net/dpaa2/dpaa2_ethdev.c | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2018-04-23 14:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20 10:45 [dpdk-dev] [PATCH 0/2] Non-supported offloads are ignored Sunil Kumar Kori
2018-04-20 10:45 ` [dpdk-dev] [PATCH 1/2] net/dpaa: non supported offloads are ignored with warning Sunil Kumar Kori
2018-04-20 15:20   ` Stephen Hemminger
2018-04-20 10:45 ` [dpdk-dev] [PATCH 2/2] net/dpaa2: " Sunil Kumar Kori
2018-04-20 12:27 ` [dpdk-dev] [PATCH 0/2] Non-supported offloads are ignored Ferruh Yigit
2018-04-23 12:33 ` [dpdk-dev] [PATCH v2 " Sunil Kumar Kori
2018-04-23 12:33   ` [dpdk-dev] [PATCH v2 1/2] net/dpaa: non supported offloads are ignored with warning Sunil Kumar Kori
2018-04-23 14:57     ` Ferruh Yigit
2018-04-23 12:33   ` [dpdk-dev] [PATCH v2 2/2] net/dpaa2: " Sunil Kumar Kori

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).