From: "Wu, Jingjing" <jingjing.wu@intel.com>
To: "Xing, Beilei" <beilei.xing@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH] i40evf: add ops for rx queue and tx queue
Date: Tue, 26 Apr 2016 09:56:57 +0800 [thread overview]
Message-ID: <571ECAE9.5090603@intel.com> (raw)
In-Reply-To: <1461410959-16983-1-git-send-email-beilei.xing@intel.com>
On 4/23/2016 7:29 PM, Xing, Beilei wrote:
> Add 3 vf ops: rx_queue_count, rxq_info_get and
> txq_info_get. They can reuse corresponding pv APIs.
>
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
> drivers/net/i40e/i40e_ethdev_vf.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c
> index 2bce69b..87d6a64 100644
> --- a/drivers/net/i40e/i40e_ethdev_vf.c
> +++ b/drivers/net/i40e/i40e_ethdev_vf.c
> @@ -214,6 +214,9 @@ static const struct eth_dev_ops i40evf_eth_dev_ops = {
> .rx_descriptor_done = i40e_dev_rx_descriptor_done,
> .tx_queue_setup = i40e_dev_tx_queue_setup,
> .tx_queue_release = i40e_dev_tx_queue_release,
> + .rx_queue_count = i40e_dev_rx_queue_count,
> + .rxq_info_get = i40e_rxq_info_get,
> + .txq_info_get = i40e_txq_info_get,
> .mac_addr_add = i40evf_add_mac_addr,
> .mac_addr_remove = i40evf_del_mac_addr,
> .reta_update = i40evf_dev_rss_reta_update,
Acked-by: Jingjing Wu <jingjing.wu@intel.com <mailto:jingjing.wu@intel.com>>
next prev parent reply other threads:[~2016-04-26 1:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-23 11:29 [PATCH] i40evf: add ops for rx queue and tx queue Beilei Xing
2016-04-26 1:56 ` Wu, Jingjing [this message]
2016-04-26 1:58 ` Wu, Jingjing
2016-04-28 3:18 ` [PATCH V2] " Beilei Xing
2016-04-28 4:57 ` Wu, Jingjing
2016-05-04 10:46 ` Bruce Richardson
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=571ECAE9.5090603@intel.com \
--to=jingjing.wu@intel.com \
--cc=beilei.xing@intel.com \
--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 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.