Re: [PATCH net-next v1 4/5] ixgbevf: Add RSS Key query code
From: Jeff Kirsher <hidden>
Date: 2014-12-31 16:28:29
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Jeff Kirsher <hidden>
Date: 2014-12-31 16:28:29
On Wed, 2014-12-31 at 11:51 +0200, Vlad Zolotarov wrote:
Signed-off-by: Vlad Zolotarov <redacted>
---
New in v1 (compared to RFC):
- Use "if-else" statement instead of a "switch-case" for a single
option case
(in ixgbevf_get_rss_key()).
---
drivers/net/ethernet/intel/ixgbevf/mbx.h | 2 ++
drivers/net/ethernet/intel/ixgbevf/vf.c | 44
++++++++++++++++++++++++++++++++
drivers/net/ethernet/intel/ixgbevf/vf.h | 1 +
3 files changed, 47 insertions(+)Just caught this now, sorry but your patch description is sparse (i.e. non-existent). I know that the title of the patch pretty much tells what you are doing, but it would be nice to have a bit more detail as to why (like your first patch). Same goes for patch 5 of the series as well.