automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Michal Krawczyk <mk@semihalf.com>
Subject: [dpdk-test-report] |WARNING| pw77971 [PATCH 11/20] net/ena/base: check for RSS key configuration support
Date: Thu, 17 Sep 2020 07:33:47 +0200 (CEST)	[thread overview]
Message-ID: <20200917053347.EA5071D55C@dpdk.org> (raw)
In-Reply-To: <20200917053035.1889989-12-mk@semihalf.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/77971

_coding style issues_


WARNING:LONG_LINE: line over 100 characters
#154: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1665:
+static inline uint32_t get_ena_admin_host_info_rss_configurable_function_key(const struct ena_admin_host_info *p)

WARNING:LONG_LINE: line over 100 characters
#156: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1667:
+	return (p->driver_supported_features & ENA_ADMIN_HOST_INFO_RSS_CONFIGURABLE_FUNCTION_KEY_MASK) >> ENA_ADMIN_HOST_INFO_RSS_CONFIGURABLE_FUNCTION_KEY_SHIFT;

WARNING:LONG_LINE: line over 100 characters
#159: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1670:
+static inline void set_ena_admin_host_info_rss_configurable_function_key(struct ena_admin_host_info *p, uint32_t val)

WARNING:LONG_LINE: line over 100 characters
#161: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1672:
+	p->driver_supported_features |= (val << ENA_ADMIN_HOST_INFO_RSS_CONFIGURABLE_FUNCTION_KEY_SHIFT) & ENA_ADMIN_HOST_INFO_RSS_CONFIGURABLE_FUNCTION_KEY_MASK;

total: 0 errors, 4 warnings, 0 checks, 61 lines checked

           reply	other threads:[~2020-09-17  5:33 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200917053035.1889989-12-mk@semihalf.com>]

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=20200917053347.EA5071D55C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=mk@semihalf.com \
    --cc=test-report@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).