DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Alejandro.Lucero" <alejandro.lucero@netronome.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v5 1/9] nfp: basic initialization for netronome´s nfp-6xxx card
Date: Wed, 04 Nov 2015 16:05:17 +0100	[thread overview]
Message-ID: <4990548.0WSebyxfek@xps13> (raw)
In-Reply-To: <1446467130-300-2-git-send-email-alejandro.lucero@netronome.com>

2015-11-02 12:25, Alejandro.Lucero:
> +static struct eth_dev_ops nfp_net_eth_dev_ops = {
> +       .dev_configure          = nfp_net_configure,
> +       .dev_start              = nfp_net_start,
> +       .dev_stop               = nfp_net_stop,
> +       .dev_close              = nfp_net_close,
> +       .promiscuous_enable     = nfp_net_promisc_enable,
> +       .promiscuous_disable    = nfp_net_promisc_disable,
> +       .link_update            = nfp_net_link_update,
> +       .stats_get              = nfp_net_stats_get,
> +       .stats_reset            = nfp_net_stats_reset,
> +       .dev_infos_get          = nfp_net_infos_get,
> +       .mtu_set                = nfp_net_dev_mtu_set,
> +       .vlan_offload_set       = nfp_net_vlan_offload_set,
> +       .reta_update            = nfp_net_reta_update,
> +       .reta_query             = nfp_net_reta_query,
> +       .rss_hash_update        = nfp_net_rss_hash_update,
> +       .rss_hash_conf_get      = nfp_net_rss_hash_conf_get,
> +       .rx_queue_setup         = nfp_net_rx_queue_setup,
> +       .rx_queue_release       = nfp_net_rx_queue_release,
> +       .rx_queue_count         = nfp_net_rx_queue_count,
> +       .tx_queue_setup         = nfp_net_tx_queue_setup,
> +       .tx_queue_release       = nfp_net_tx_queue_release,
> +       .mac_addr_add           = NULL,
> +       .mac_addr_remove        = NULL,
> +};

Most of these ops are implemented in later patches.
Please make each patch compilable to avoid breaking "git bisect".
Thanks

  reply	other threads:[~2015-11-04 15:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02 12:25 [dpdk-dev] [PATCH v5 0/9] support for netronome " Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 1/9] nfp: basic initialization for netronome´s " Alejandro.Lucero
2015-11-04 15:05   ` Thomas Monjalon [this message]
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 2/9] nfp: rx/tx functionality Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 3/9] nfp: adding rss functionality Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 4/9] nfp: adding stats functionality Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 5/9] nfp: adding link functionality Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 6/9] nfp: adding functionality to pmd Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 7/9] nfp: integration with dpdk build system Alejandro.Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 8/9] nfp: adding nic guide Alejandro.Lucero
2015-11-04 15:03   ` Thomas Monjalon
2015-11-04 15:41     ` Alejandro Lucero
2015-11-02 12:25 ` [dpdk-dev] [PATCH v5 9/9] nfp: adding maintainers and release info Alejandro.Lucero

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=4990548.0WSebyxfek@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=alejandro.lucero@netronome.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 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).