Re: [PATCH net-next 0/5] driver/net: enic: enic driver updates

2013-09-05 Thread David Miller
From: Govindarajulu Varadarajan 
Date: Wed,  4 Sep 2013 11:17:13 +0530

> This series includes support for multi-tx, rss_hash, RPS, RFS, DMA64, 
> export symbols for cisco low latency driver and update the driver version and 
> driver maintainers.

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/


Re: [PATCH net-next 0/5] driver/net: enic: enic driver updates

2013-09-05 Thread David Miller
From: Govindarajulu Varadarajan govindarajul...@gmail.com
Date: Wed,  4 Sep 2013 11:17:13 +0530

 This series includes support for multi-tx, rss_hash, RPS, RFS, DMA64, 
 export symbols for cisco low latency driver and update the driver version and 
 driver maintainers.

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 0/5] driver/net: enic: enic driver updates

2013-09-03 Thread Govindarajulu Varadarajan
This series includes support for multi-tx, rss_hash, RPS, RFS, DMA64, 
export symbols for cisco low latency driver and update the driver version and 
driver maintainers.

Govindarajulu Varadarajan (5):
  driver/net: enic: Add multi tx support for enic
  driver/net: enic: record q_number and rss_hash for skb
  driver/net: enic: Try DMA 64 first, then failover to DMA
  driver/net: enic: Exposing symbols for Cisco's low latency driver
  driver/net: enic: update enic maintainers and driver

 MAINTAINERS |  3 +-
 drivers/net/ethernet/cisco/enic/enic.h  |  4 +--
 drivers/net/ethernet/cisco/enic/enic_main.c | 55 -
 drivers/net/ethernet/cisco/enic/vnic_dev.c  | 10 ++
 drivers/net/ethernet/cisco/enic/vnic_dev.h  |  1 +
 5 files changed, 54 insertions(+), 19 deletions(-)

-- 
1.8.4

--
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 0/5] driver/net: enic: enic driver updates

2013-09-03 Thread Govindarajulu Varadarajan
This series includes support for multi-tx, rss_hash, RPS, RFS, DMA64, 
export symbols for cisco low latency driver and update the driver version and 
driver maintainers.

Govindarajulu Varadarajan (5):
  driver/net: enic: Add multi tx support for enic
  driver/net: enic: record q_number and rss_hash for skb
  driver/net: enic: Try DMA 64 first, then failover to DMA
  driver/net: enic: Exposing symbols for Cisco's low latency driver
  driver/net: enic: update enic maintainers and driver

 MAINTAINERS |  3 +-
 drivers/net/ethernet/cisco/enic/enic.h  |  4 +--
 drivers/net/ethernet/cisco/enic/enic_main.c | 55 -
 drivers/net/ethernet/cisco/enic/vnic_dev.c  | 10 ++
 drivers/net/ethernet/cisco/enic/vnic_dev.h  |  1 +
 5 files changed, 54 insertions(+), 19 deletions(-)

-- 
1.8.4

--
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/