Re: Linux HSR driver question

2017-02-13 Thread Arvid Brodin
er nodes, so this has worked at some time in the past, at least. :) -- Arvid Brodin Linux Consultant ALTEN Sweden

Re: Redundancy support through HSR and PRP

2016-10-25 Thread Arvid Brodin
lp out with this (or even test changes). In fact, if you want to send a patch for the MAINTAINERS file to take over maintainership of the HSR/PRP driver, that would probably be a good thing. (I'm CC'ing also Peter Heise to this conversation, since he's done some recent work on the HSR driver, and might want to keep updated.) -- Arvid Brodin Linux Consultant ALTEN Sweden

Re: [PATCH] net-hsr: Delete unnecessary checks before the function call "kfree_skb"

2015-11-24 Thread Arvid Brodin
.skb_std) will be NULL here, so it could be considered nice form to check for this and not just trust kfree_skb() to do this. I'm not sure what's considered more correct in the kernel, so I will just say that I'm agnostic about this and let others decide. Again, thanks! --