Re: [PATCH net-next v2 0/8] net: thunderx: New features and fixes

2015-08-31 Thread Sunil Kovvuri
>>
>> Series applied, thanks.
>> --
Thanks a lot.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH net-next v2 0/8] net: thunderx: New features and fixes

2015-08-31 Thread Sunil Kovvuri
>>
>> Series applied, thanks.
>> --
Thanks a lot.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH net-next v2 0/8] net: thunderx: New features and fixes

2015-08-30 Thread David Miller
From: Aleksey Makarov 
Date: Sun, 30 Aug 2015 12:29:08 +0300

> v2:
>   - The unused affinity_mask field of the structure cmp_queue 
>   has been deleted. (thanks to David Miller)
>   - The unneeded initializers have been dropped. (thanks to Alexey Klimov)
>   - The commit message "net: thunderx: Rework interrupt handling"
>   has been fixed. (thanks to Alexey Klimov)

Series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH net-next v2 0/8] net: thunderx: New features and fixes

2015-08-30 Thread Aleksey Makarov
v2:
  - The unused affinity_mask field of the structure cmp_queue 
  has been deleted. (thanks to David Miller)
  - The unneeded initializers have been dropped. (thanks to Alexey Klimov)
  - The commit message "net: thunderx: Rework interrupt handling"
  has been fixed. (thanks to Alexey Klimov)

Aleksey Makarov (1):
  net: thunderx: fix MAINTAINERS

Sunil Goutham (7):
  net: thunderx: Add receive error stats reporting via ethtool
  net: thunderx: mailboxes: remove code duplication
  net: thunderx: Receive hashing HW offload support
  net: thunderx: Support for HW VLAN stripping
  net: thunderx: Rework interrupt handling
  net: thunderx: Support for upto 96 queues for a VF
  net: thunderx: Support for internal loopback mode

 MAINTAINERS|   3 +-
 drivers/net/ethernet/cavium/thunder/nic.h  |  93 +++-
 drivers/net/ethernet/cavium/thunder/nic_main.c | 198 +++-
 .../net/ethernet/cavium/thunder/nicvf_ethtool.c| 182 +--
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   | 541 +++--
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 144 +++---
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h |  44 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  31 ++
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  |   4 +
 9 files changed, 911 insertions(+), 329 deletions(-)

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH net-next v2 0/8] net: thunderx: New features and fixes

2015-08-30 Thread Aleksey Makarov
v2:
  - The unused affinity_mask field of the structure cmp_queue 
  has been deleted. (thanks to David Miller)
  - The unneeded initializers have been dropped. (thanks to Alexey Klimov)
  - The commit message net: thunderx: Rework interrupt handling
  has been fixed. (thanks to Alexey Klimov)

Aleksey Makarov (1):
  net: thunderx: fix MAINTAINERS

Sunil Goutham (7):
  net: thunderx: Add receive error stats reporting via ethtool
  net: thunderx: mailboxes: remove code duplication
  net: thunderx: Receive hashing HW offload support
  net: thunderx: Support for HW VLAN stripping
  net: thunderx: Rework interrupt handling
  net: thunderx: Support for upto 96 queues for a VF
  net: thunderx: Support for internal loopback mode

 MAINTAINERS|   3 +-
 drivers/net/ethernet/cavium/thunder/nic.h  |  93 +++-
 drivers/net/ethernet/cavium/thunder/nic_main.c | 198 +++-
 .../net/ethernet/cavium/thunder/nicvf_ethtool.c| 182 +--
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   | 541 +++--
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 144 +++---
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h |  44 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  31 ++
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  |   4 +
 9 files changed, 911 insertions(+), 329 deletions(-)

-- 
2.5.0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH net-next v2 0/8] net: thunderx: New features and fixes

2015-08-30 Thread David Miller
From: Aleksey Makarov aleksey.maka...@auriga.com
Date: Sun, 30 Aug 2015 12:29:08 +0300

 v2:
   - The unused affinity_mask field of the structure cmp_queue 
   has been deleted. (thanks to David Miller)
   - The unneeded initializers have been dropped. (thanks to Alexey Klimov)
   - The commit message net: thunderx: Rework interrupt handling
   has been fixed. (thanks to Alexey Klimov)

Series applied, thanks.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/