Re: [tipc-discussion] Setting Node Address

2021-09-22 Thread Hoang Huu Le
From: Andy Stec Sent: Thursday, September 23, 2021 10:14 AM To: Hoang Huu Le ; tipc-discussion@lists.sourceforge.net Subject: Re: Setting Node Address Which command is still supported, is it 'tipc node set address'? I'm getting operation not permitted error when I use 'tipc node set

Re: [tipc-discussion] Setting Node Address

2021-09-22 Thread Andy Stec via tipc-discussion
Which command is still supported, is it 'tipc node set address'? I'm getting operation not permitted error when I use 'tipc node set address'. Does 'tipc node set identity' set the node address? Sorry about all these questions. Needless to say I'm not a tipc expert.

Re: [tipc-discussion] Setting Node Address

2021-09-22 Thread Hoang Huu Le
Let's use 'tipc node set identity' instead. However, that command is still support as legacy, this means you can continue using it in your application. > -Original Message- > From: Andy Stec via tipc-discussion > Sent: Thursday, September 23, 2021 8:16 AM > To:

[tipc-discussion] Setting Node Address

2021-09-22 Thread Andy Stec via tipc-discussion
We are porting an application from redhat 7 to redhat 8, that is from kernel 3.10 to kernel 4.18. It appears that "tipc node set address" command has been removed in kernel 4.17. Is there another way of setting node address? We are trying to limit the changes in the application.

Re: [tipc-discussion] [PATCH net-next 8/8] tipc: add hardware gso

2021-09-22 Thread Xin Long
On Fri, Sep 10, 2021 at 8:08 AM Jon Maloy wrote: > > > > On 06/07/2021 14:22, Xin Long wrote: > > Since there's no enough bit in netdev_features_t for > > NETIF_F_GSO_TIPC_BIT, and tipc is using the simliar > > code as sctp, this patch will reuse SKB_GSO_SCTP and > > NETIF_F_GSO_SCTP_BIT for