From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org
Cc: linville@tuxdriver.com,
"Charles (Chas) Williams" <ciwillia@brocade.com>,
Chas Williams <chas3@att.com>
Subject: Re: [PATCH v3] net/af_packet: make bypass configurable
Date: Thu, 21 Sep 2017 10:34:36 +0100 [thread overview]
Message-ID: <a4e22af5-eb4f-e8db-c7c1-b50bd7fe497f@intel.com> (raw)
In-Reply-To: <20170921032536.4461-1-3chas3@gmail.com>
On 9/21/2017 4:25 AM, Chas Williams wrote:
> From: "Charles (Chas) Williams" <ciwillia@brocade.com>
>
> In certain situations, low speed interfaces, it may be desirable to
> have the flow control provided by the kernel queueing disciplines.
>
> Signed-off-by: Chas Williams <chas3@att.com>
> ---
> drivers/net/af_packet/rte_eth_af_packet.c | 24 ++++++++++++++++++------
> 1 file changed, 18 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c
> index 7aa26e5..b95d87d 100644
> --- a/drivers/net/af_packet/rte_eth_af_packet.c
> +++ b/drivers/net/af_packet/rte_eth_af_packet.c
> @@ -59,6 +59,7 @@
> #define ETH_AF_PACKET_BLOCKSIZE_ARG "blocksz"
> #define ETH_AF_PACKET_FRAMESIZE_ARG "framesz"
> #define ETH_AF_PACKET_FRAMECOUNT_ARG "framecnt"
> +#define ETH_AF_PACKET_BYPASS_ARG "qdisc_bypass"
>
> #define DFLT_BLOCK_SIZE (1 << 12)
> #define DFLT_FRAME_SIZE (1 << 11)
> @@ -115,6 +116,7 @@ static const char *valid_arguments[] = {
> ETH_AF_PACKET_BLOCKSIZE_ARG,
> ETH_AF_PACKET_FRAMESIZE_ARG,
> ETH_AF_PACKET_FRAMECOUNT_ARG,
> + ETH_AF_PACKET_BYPASS_ARG,
There was a comment about the define name, just to double check if this
has been missed or intentional.
<...>
next prev parent reply other threads:[~2017-09-21 9:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 21:21 [PATCH] net/af_packet: make bypass configurable Chas Williams
2017-09-19 21:45 ` [PATCH v2] " Chas Williams
2017-09-20 9:59 ` Luca Boccassi
2017-09-20 13:21 ` Ferruh Yigit
2017-10-05 14:15 ` Chas Williams
2017-09-21 3:25 ` [PATCH v3] " Chas Williams
2017-09-21 9:34 ` Ferruh Yigit [this message]
2017-09-21 9:57 ` [PATCH v4] " Chas Williams
2017-09-21 14:43 ` Ferruh Yigit
2017-09-22 17:44 ` Ferruh Yigit
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=a4e22af5-eb4f-e8db-c7c1-b50bd7fe497f@intel.com \
--to=ferruh.yigit@intel.com \
--cc=3chas3@gmail.com \
--cc=chas3@att.com \
--cc=ciwillia@brocade.com \
--cc=dev@dpdk.org \
--cc=linville@tuxdriver.com \
/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 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.