DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH v2 0/2] re-enable implicit fallthrough checks
Date: Thu, 14 Nov 2024 09:11:53 -0800	[thread overview]
Message-ID: <20241114171342.19767-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20241114003648.331795-1-stephen@networkplumber.org>

Fix bug detected from bad fallthroug in E1000 code.
And re-enable compiler flag in both e1000 and dpaax

v2 - minor comment fix

Stephen Hemminger (2):
  common/dpaax: do not disable fallthrough warnings
  net/e1000: fix incorrect fallthrough in switch

 drivers/common/dpaax/caamflib/rta/operation_cmd.h | 4 ----
 drivers/net/e1000/base/e1000_82575.c              | 2 +-
 drivers/net/e1000/base/e1000_api.c                | 2 +-
 drivers/net/e1000/base/meson.build                | 1 -
 4 files changed, 2 insertions(+), 7 deletions(-)

-- 
2.45.2


  parent reply	other threads:[~2024-11-14 17:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14  0:36 [PATCH 0/2] fallthrough related handling Stephen Hemminger
2024-11-14  0:36 ` [PATCH 1/2] net/e1000: fix incorrect fallthrough in switch Stephen Hemminger
2024-11-14  9:03   ` Bruce Richardson
2024-11-14  0:36 ` [PATCH 2/2] common/dpaax: do not disable fallthrough warnings Stephen Hemminger
2024-11-14  6:06   ` Hemant Agrawal
2024-11-14 17:11 ` Stephen Hemminger [this message]
2024-11-14 17:11   ` [PATCH v2 1/2] " Stephen Hemminger
2024-11-14 17:11   ` [PATCH v2 2/2] net/e1000: fix incorrect fallthrough in switch Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241114171342.19767-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).