Re: [PATCH net-next] cxgb4: save tid while creating server filter

2017-04-13 Thread David Miller
From: Ganesh Goudar Date: Mon, 10 Apr 2017 21:26:18 +0530 > Save the filter tid while creating the server filter, which is used > later to retrieve the corresponding filter instance while handling > the filter reply. > > Signed-off-by: Ganesh Goudar Applied.

[PATCH net-next] cxgb4: save tid while creating server filter

2017-04-10 Thread Ganesh Goudar
Save the filter tid while creating the server filter, which is used later to retrieve the corresponding filter instance while handling the filter reply. Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 1 file changed, 4 insertions(+) diff --git a/driver