Message ID | 20231107113440.59794-1-linyunsheng@huawei.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] page_pool: Add myself as page pool reviewer in MAINTAINERS | expand |
On 07/11/2023 12.34, Yunsheng Lin wrote: > I have added frag support for page pool, made some improvement > for it recently, and reviewed some related patches too. > Yes, notice your frag stuff was applied while I was on vacation. Thanks to Ilias, Jakub and other reviewers for handling this. > So add myself as reviewer so that future patch will be cc'ed > to my email. I think is a good idea and I appreciate that you will review your changes to page_pool. There is a format issue below in patch. > Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> > CC: Jesper Dangaard Brouer <hawk@kernel.org> > CC: Ilias Apalodimas <ilias.apalodimas@linaro.org> > CC: David S. Miller <davem@davemloft.net> > CC: Jakub Kicinski <kuba@kernel.org> > CC: Paolo Abeni <pabeni@redhat.com> > CC: Netdev <netdev@vger.kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 14e1194faa4b..5d20efb9021a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16242,6 +16242,7 @@ F: mm/truncate.c > PAGE POOL > M: Jesper Dangaard Brouer <hawk@kernel.org> > M: Ilias Apalodimas <ilias.apalodimas@linaro.org> > +R Yunsheng Lin <linyunsheng@huawei.com> I think there is missing a colon ":" after "R". > L: netdev@vger.kernel.org > S: Supported > F: Documentation/networking/page_pool.rst
On 2023/11/7 20:28, Jesper Dangaard Brouer wrote: >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 14e1194faa4b..5d20efb9021a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -16242,6 +16242,7 @@ F: mm/truncate.c >> PAGE POOL >> M: Jesper Dangaard Brouer <hawk@kernel.org> >> M: Ilias Apalodimas <ilias.apalodimas@linaro.org> >> +R Yunsheng Lin <linyunsheng@huawei.com> > > I think there is missing a colon ":" after "R". Yes, thanks for pointing out. Fixed and sent. > >> L: netdev@vger.kernel.org >> S: Supported >> F: Documentation/networking/page_pool.rst > > . >
diff --git a/MAINTAINERS b/MAINTAINERS index 14e1194faa4b..5d20efb9021a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16242,6 +16242,7 @@ F: mm/truncate.c PAGE POOL M: Jesper Dangaard Brouer <hawk@kernel.org> M: Ilias Apalodimas <ilias.apalodimas@linaro.org> +R Yunsheng Lin <linyunsheng@huawei.com> L: netdev@vger.kernel.org S: Supported F: Documentation/networking/page_pool.rst
I have added frag support for page pool, made some improvement for it recently, and reviewed some related patches too. So add myself as reviewer so that future patch will be cc'ed to my email. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> CC: Jesper Dangaard Brouer <hawk@kernel.org> CC: Ilias Apalodimas <ilias.apalodimas@linaro.org> CC: David S. Miller <davem@davemloft.net> CC: Jakub Kicinski <kuba@kernel.org> CC: Paolo Abeni <pabeni@redhat.com> CC: Netdev <netdev@vger.kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)