From: Vlad Zolotarov <vladz@cloudius-systems.com>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
Greg Rose <gregory.v.rose@intel.com>
Cc: netdev@vger.kernel.org, Gleb Natapov <gleb@cloudius-systems.com>,
avi@cloudius-systems.com
Subject: Re: [RFC PATCH net-next 0/5]: ixgbevf: Allow querying VFs RSS indirection table and key
Date: Tue, 30 Dec 2014 21:30:52 +0200 [thread overview]
Message-ID: <54A2FD6C.6050807@cloudius-systems.com> (raw)
In-Reply-To: <1419967707.31582.23.camel@jtkirshe-mobl>
On 12/30/14 21:28, Jeff Kirsher wrote:
> On Tue, 2014-12-30 at 21:00 +0200, Vladislav Zolotarov wrote:
>> On Dec 30, 2014 8:52 PM, "Jeff Kirsher" <jeffrey.t.kirsher@intel.com>
>> wrote:
>>> On Tue, 2014-12-30 at 20:50 +0200, Vladislav Zolotarov wrote:
>>>> On Dec 30, 2014 8:16 PM, "Jeff Kirsher"
>> <jeffrey.t.kirsher@intel.com>
>>>> wrote:
>>>>> On Tue, Dec 30, 2014 at 8:30 AM, Vlad Zolotarov
>>>>> <vladz@cloudius-systems.com> wrote:
>>>>>> Add the ethtool ops to VF driver to allow querying the RSS
>>>> indirection table
>>>>>> and RSS Random Key.
>>>>>>
>>>>>> - PF driver: Add new VF-PF channel commands.
>>>>>> - VF driver: Utilize these new commands and add the
>> corresponding
>>>>>> ethtool callbacks.
>>>>>>
>>>>>> Vlad Zolotarov (5):
>>>>>> ixgbe: Add a RETA query command to VF-PF channel API
>>>>>> ixgbevf: Add a RETA query code
>>>>>> ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
>>>>>> ixgbevf: Add RSS Key query code
>>>>>> ixgbevf: Add the appropriate ethtool ops to query RSS
>>>> indirection
>>>>>> table and key
>>>>>>
>>>>>> drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h | 8 ++
>>>>>> drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 60
>>>> +++++++++++
>>>>>> drivers/net/ethernet/intel/ixgbevf/ethtool.c | 37
>> +++++++
>>>>>> drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
>>>>>> drivers/net/ethernet/intel/ixgbevf/mbx.h | 8 ++
>>>>>> drivers/net/ethernet/intel/ixgbevf/vf.c | 125
>>>> ++++++++++++++++++++++
>>>>>> drivers/net/ethernet/intel/ixgbevf/vf.h | 2 +
>>>>>> 7 files changed, 243 insertions(+), 1 deletion(-)
>>>>> Remember to CC on patches against drivers in
>>>> drivers/net/ethernet/intel/ please.
>>>>
>>>> To CC who? ;)
>>>>
>>> Sorry, I fat fingered that response. Please CC me.
>> Sure. NP.
>> Since we are talking already, could u comment on the RFC? Does it look
>> ok to you?
>>
>>
> I have provided feedback on 3 of the patches, the others look ok to me.
> I would like Greg Rose to look over your changes since he did most of
> the ixgbevf work, and I want to make sure that he is fine with these
> changes.
I saw them. Thanks, Jeff. I'll wait for Greg's comments before cooking
the final series then.
Again, thanks for a rapid response.
next prev parent reply other threads:[~2014-12-30 19:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-30 16:30 [RFC PATCH net-next 0/5]: ixgbevf: Allow querying VFs RSS indirection table and key Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 1/5] ixgbe: Add a RETA query command to VF-PF channel API Vlad Zolotarov
2014-12-30 19:21 ` Jeff Kirsher
2014-12-30 19:28 ` Vlad Zolotarov
2014-12-30 19:30 ` Jeff Kirsher
2014-12-30 19:35 ` Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 2/5] ixgbevf: Add a RETA query code Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 3/5] ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set Vlad Zolotarov
2014-12-30 19:23 ` Jeff Kirsher
2014-12-30 19:29 ` Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 4/5] ixgbevf: Add RSS Key query code Vlad Zolotarov
2014-12-30 19:26 ` Jeff Kirsher
2014-12-30 16:30 ` [RFC PATCH net-next 5/5] ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key Vlad Zolotarov
2014-12-30 18:16 ` [RFC PATCH net-next 0/5]: ixgbevf: Allow querying VFs " Jeff Kirsher
[not found] ` <CAOYyTHb+5Wc-e3vBVE+MCh6YNfmompi9Mnsr0nDnHAn7Tvqyew@mail.gmail.com>
2014-12-30 18:52 ` Jeff Kirsher
[not found] ` <CAOYyTHathHiGThyHj+yRi9O6jWEAO3wkAK-6egMc2OwK9dQoMQ@mail.gmail.com>
2014-12-30 19:28 ` Jeff Kirsher
2014-12-30 19:30 ` Vlad Zolotarov [this message]
2014-12-30 19:34 ` Jeff Kirsher
2014-12-30 19:36 ` Vlad Zolotarov
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=54A2FD6C.6050807@cloudius-systems.com \
--to=vladz@cloudius-systems.com \
--cc=avi@cloudius-systems.com \
--cc=gleb@cloudius-systems.com \
--cc=gregory.v.rose@intel.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=netdev@vger.kernel.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).