* [PATCH net-next 0/3] bareudp: several code cleanup for rmnet module
@ 2020-03-08 1:15 Taehee Yoo
2020-03-08 1:17 ` Taehee Yoo
0 siblings, 1 reply; 2+ messages in thread
From: Taehee Yoo @ 2020-03-08 1:15 UTC (permalink / raw)
To: davem, kuba, martinvarghesenokia, netdev; +Cc: ap420073
This patchset is to cleanup bareudp module code.
1. The first patch is to add module alias
In the current bareudp code, there is no module alias.
So, RTNL couldn't load bareudp module automatically.
2. The second patch is to add extack message.
The extack error message is useful for noticing specific errors
when command is failed.
3. The third patch is to remove unnecessary udp_encap_enable().
In the bareudp_socket_create(), udp_encap_enable() is called.
But, the it's already called in the setup_udp_tunnel_sock().
So, it could be removed.
Taehee Yoo (3):
bareudp: add module alias
bareudp: print error message when command fails
bareudp: remove unnecessary udp_encap_enable() in
bareudp_socket_create()
drivers/net/bareudp.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-next 0/3] bareudp: several code cleanup for rmnet module
2020-03-08 1:15 [PATCH net-next 0/3] bareudp: several code cleanup for rmnet module Taehee Yoo
@ 2020-03-08 1:17 ` Taehee Yoo
0 siblings, 0 replies; 2+ messages in thread
From: Taehee Yoo @ 2020-03-08 1:17 UTC (permalink / raw)
To: David Miller, Jakub Kicinski, martinvarghesenokia, Netdev
On Sun, 8 Mar 2020 at 10:15, Taehee Yoo <ap420073@gmail.com> wrote:
>
> This patchset is to cleanup bareudp module code.
>
> 1. The first patch is to add module alias
> In the current bareudp code, there is no module alias.
> So, RTNL couldn't load bareudp module automatically.
>
> 2. The second patch is to add extack message.
> The extack error message is useful for noticing specific errors
> when command is failed.
>
> 3. The third patch is to remove unnecessary udp_encap_enable().
> In the bareudp_socket_create(), udp_encap_enable() is called.
> But, the it's already called in the setup_udp_tunnel_sock().
> So, it could be removed.
>
> Taehee Yoo (3):
> bareudp: add module alias
> bareudp: print error message when command fails
> bareudp: remove unnecessary udp_encap_enable() in
> bareudp_socket_create()
>
> drivers/net/bareudp.c | 17 +++++++++++------
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
> --
> 2.17.1
>
I'm sorry,
This headline is wrong.
I will send again
Thank you
Taehee Yoo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-08 1:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-08 1:15 [PATCH net-next 0/3] bareudp: several code cleanup for rmnet module Taehee Yoo
2020-03-08 1:17 ` Taehee Yoo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).