Re: [Patch net] llc: properly handle dev_queue_xmit() return value

2018-04-15 Thread Noam Rathaus
Hi, Is there any update? On Fri, Apr 13, 2018 at 7:49 PM, Noam Rathaus wrote: > Hi > > Any update? > > On Thu, 29 Mar 2018 at 14:11, Noam Rathaus wrote: >> >> Hi, >> >> Will you notify me when its been accepted? if not, how can I do this >> checking myself to see if it was accepted? >> >> On Tu

Re: [Patch net] llc: properly handle dev_queue_xmit() return value

2018-03-29 Thread Noam Rathaus
Hi, Will you notify me when its been accepted? if not, how can I do this checking myself to see if it was accepted? On Tue, Mar 27, 2018 at 8:13 PM, David Miller wrote: > From: Noam Rathaus > Date: Tue, 27 Mar 2018 16:27:49 + > >> Guys please fill me in on the next step? >> >> If it’s appli

Re: [Patch net] llc: properly handle dev_queue_xmit() return value

2018-03-27 Thread David Miller
From: Noam Rathaus Date: Tue, 27 Mar 2018 16:27:49 + > Guys please fill me in on the next step? > > If it’s applied it means it’s part of the official code of the kernel now? It means it is in my networking GIT tree and will make it's way to Linus in the not so distant future.

Re: [Patch net] llc: properly handle dev_queue_xmit() return value

2018-03-27 Thread David Miller
From: Cong Wang Date: Mon, 26 Mar 2018 15:08:33 -0700 > llc_conn_send_pdu() pushes the skb into write queue and > calls llc_conn_send_pdus() to flush them out. However, the > status of dev_queue_xmit() is not returned to caller, > in this case, llc_conn_state_process(). > > llc_conn_state_proces

Re: [Patch net] llc: properly handle dev_queue_xmit() return value

2018-03-27 Thread Noam Rathaus
Hi, I am not sure what is the next step from this? Does it mean that a patch is out in the kernel's GIT/Beta version? Or is this just a proposal? On Tue, Mar 27, 2018 at 1:08 AM, Cong Wang wrote: > llc_conn_send_pdu() pushes the skb into write queue and > calls llc_conn_send_pdus() to flush th

[Patch net] llc: properly handle dev_queue_xmit() return value

2018-03-26 Thread Cong Wang
llc_conn_send_pdu() pushes the skb into write queue and calls llc_conn_send_pdus() to flush them out. However, the status of dev_queue_xmit() is not returned to caller, in this case, llc_conn_state_process(). llc_conn_state_process() needs hold the skb no matter success or failure, because it stil