DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/e1000: support MAC filters for i210 and i211 chips
@ 2017-05-17 18:06 Markus Theil
  2017-05-18  1:23 ` Lu, Wenzhuo
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Theil @ 2017-05-17 18:06 UTC (permalink / raw)
  To: wenzhuo.lu; +Cc: dev, Markus Theil

i210 and i211 also support unicast MAC filters.
The patch was tested on i210 based hw, for i211
support was looked up in the specs.

Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
---
 drivers/net/e1000/igb_ethdev.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/igb_ethdev.c
index e1702d8..43d1f5f 100644
--- a/drivers/net/e1000/igb_ethdev.c
+++ b/drivers/net/e1000/igb_ethdev.c
@@ -3551,7 +3551,8 @@ eth_igb_rss_reta_query(struct rte_eth_dev *dev,
 
 #define MAC_TYPE_FILTER_SUP(type)    do {\
 	if ((type) != e1000_82580 && (type) != e1000_i350 &&\
-		(type) != e1000_82576)\
+		(type) != e1000_82576 && (type) != e1000_i210 &&\
+		(type) != e1000_i211)\
 		return -ENOTSUP;\
 } while (0)
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/e1000: support MAC filters for i210 and i211 chips
  2017-05-17 18:06 [dpdk-dev] [PATCH] net/e1000: support MAC filters for i210 and i211 chips Markus Theil
@ 2017-05-18  1:23 ` Lu, Wenzhuo
  2017-05-18 10:27   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Lu, Wenzhuo @ 2017-05-18  1:23 UTC (permalink / raw)
  To: Markus Theil; +Cc: dev

Hi,


> -----Original Message-----
> From: Markus Theil [mailto:markus.theil@tu-ilmenau.de]
> Sent: Thursday, May 18, 2017 2:06 AM
> To: Lu, Wenzhuo
> Cc: dev@dpdk.org; Markus Theil
> Subject: [PATCH] net/e1000: support MAC filters for i210 and i211 chips
> 
> i210 and i211 also support unicast MAC filters.
> The patch was tested on i210 based hw, for i211 support was looked up in
> the specs.
> 
> Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Thanks for this patch.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/e1000: support MAC filters for i210 and i211 chips
  2017-05-18  1:23 ` Lu, Wenzhuo
@ 2017-05-18 10:27   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-05-18 10:27 UTC (permalink / raw)
  To: Lu, Wenzhuo, Markus Theil; +Cc: dev

On 5/18/2017 2:23 AM, Lu, Wenzhuo wrote:
> Hi,
> 
> 
>> -----Original Message-----
>> From: Markus Theil [mailto:markus.theil@tu-ilmenau.de]
>> Sent: Thursday, May 18, 2017 2:06 AM
>> To: Lu, Wenzhuo
>> Cc: dev@dpdk.org; Markus Theil
>> Subject: [PATCH] net/e1000: support MAC filters for i210 and i211 chips
>>
>> i210 and i211 also support unicast MAC filters.
>> The patch was tested on i210 based hw, for i211 support was looked up in
>> the specs.
>>
>> Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Applied to dpdk-next-net/master, thanks.

(patch title updated to net/igb: ..)

> 
> Thanks for this patch.
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-18 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 18:06 [dpdk-dev] [PATCH] net/e1000: support MAC filters for i210 and i211 chips Markus Theil
2017-05-18  1:23 ` Lu, Wenzhuo
2017-05-18 10:27   ` Ferruh Yigit

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).