From 8803e4ff6f776e33825e85572bf0b91ad140329c Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 30 Sep 2011 10:51:35 +0200 Subject: [PATCH] Removed static idp from test --- src/fb_eth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fb_eth.c b/src/fb_eth.c index 0f92c18..97a043f 100644 --- a/src/fb_eth.c +++ b/src/fb_eth.c @@ -72,8 +72,8 @@ static rx_handler_result_t fb_eth_handle_frame(struct sk_buff **pskb) do { seq = read_seqbegin(&fb_priv_cpu->lock); - write_next_idp_to_skb(skb, fb->idp, 1 - /*fb_priv_cpu->port[TYPE_INGRESS]*/); + write_next_idp_to_skb(skb, fb->idp, + fb_priv_cpu->port[TYPE_INGRESS]); } while (read_seqretry(&fb_priv_cpu->lock, seq)); process_packet(skb, TYPE_INGRESS); -- 2.11.4.GIT