* [dpdk-dev] [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem @ 2021-07-21 15:59 Martin Havlik 2023-03-06 15:21 ` Slava Ovsiienko 0 siblings, 1 reply; 6+ messages in thread From: Martin Havlik @ 2021-07-21 15:59 UTC (permalink / raw) To: xhavli56, Xiaoyun Li, Ferruh Yigit, Andrew Rybchenko, Ajit Khaparde, Haiyue Wang, Ori Kam, Haifei Luo, Viacheslav Ovsiienko, Andrey Vesnovaty, Bing Zhao, Jiawei Wang, Gregory Etelson, Li Zhang Cc: dev, Jan Viktorin In bonding mode 4 (8023ad), dedicated queues are not working on mlx5 NICs. Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 2c43719ad3..8a6edc2bad 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable) +.. note:: + Dedicated queues `do not currently work + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. set bonding agg_mode ~~~~~~~~~~~~~~~~~~~~ -- 2.27.0 ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem 2021-07-21 15:59 [dpdk-dev] [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem Martin Havlik @ 2023-03-06 15:21 ` Slava Ovsiienko 2023-03-07 9:00 ` Havlík Martin 0 siblings, 1 reply; 6+ messages in thread From: Slava Ovsiienko @ 2023-03-06 15:21 UTC (permalink / raw) To: Martin Havlik, Xiaoyun Li, Ferruh Yigit, Andrew Rybchenko, Ajit Khaparde, Haiyue Wang, Ori Kam, Haifei Luo, Andrey Vesnovaty, Bing Zhao, Jiawei(Jonny) Wang, Gregory Etelson, Li Zhang Cc: dev, Jan Viktorin Hi, Martin Is this issue resolved by: http://git.dpdk.org/dpdk/commit/?id=f66323717e ? Should we archive the patch? With best regards, Slava > -----Original Message----- > From: Martin Havlik <xhavli56@stud.fit.vutbr.cz> > Sent: среда, 21 июля 2021 г. 18:59 > To: xhavli56@stud.fit.vutbr.cz; Xiaoyun Li <xiaoyun.li@intel.com>; Ferruh Yigit > <ferruh.yigit@intel.com>; Andrew Rybchenko <arybchenko@solarflare.com>; > Ajit Khaparde <ajit.khaparde@broadcom.com>; Haiyue Wang > <haiyue.wang@intel.com>; Ori Kam <orika@nvidia.com>; Haifei Luo > <haifeil@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; Andrey > Vesnovaty <andreyv@nvidia.com>; Bing Zhao <bingz@nvidia.com>; > Jiawei(Jonny) Wang <jiaweiw@nvidia.com>; Gregory Etelson > <getelson@nvidia.com>; Li Zhang <lizh@nvidia.com> > Cc: dev@dpdk.org; Jan Viktorin <viktorin@cesnet.cz> > Subject: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues > problem > > In bonding mode 4 (8023ad), dedicated queues are not working on mlx5 NICs. > > Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> > --- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > index 2c43719ad3..8a6edc2bad 100644 > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: > > testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable) > > +.. note:: > + Dedicated queues `do not currently work > + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. > > set bonding agg_mode > ~~~~~~~~~~~~~~~~~~~~ > -- > 2.27.0 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem 2023-03-06 15:21 ` Slava Ovsiienko @ 2023-03-07 9:00 ` Havlík Martin 2023-03-07 9:37 ` Jan Viktorin 0 siblings, 1 reply; 6+ messages in thread From: Havlík Martin @ 2023-03-07 9:00 UTC (permalink / raw) To: Slava Ovsiienko, Xiaoyun Li, Ferruh Yigit, Andrew Rybchenko, Ajit Khaparde, Haiyue Wang, Ori Kam, Haifei Luo, Andrey Vesnovaty, Bing Zhao, Jiawei(Jonny) Wang, Gregory Etelson, Li Zhang Cc: dev, Jan Viktorin Hi Slava, as I no longer work on the DPDK centered project which led me to encounter said issue, I am no longer in touch with changes made to net/bonding and moreover I don't have access to resources to test the current state of things. But that aside, the linked commit seems to fix the issue (again, cannot test it myself but I'll trust the time passed since the commit without further changes). If archiving is what is done to obsolete patches, then yes, go ahead, please. Wish you all the best, Martin Dne 2023-03-06 16:21, Slava Ovsiienko napsal: > Hi, Martin > > Is this issue resolved by: > http://git.dpdk.org/dpdk/commit/?id=f66323717e ? > > Should we archive the patch? > > With best regards, > Slava > > > >> -----Original Message----- >> From: Martin Havlik <xhavli56@stud.fit.vutbr.cz> >> Sent: среда, 21 июля 2021 г. 18:59 >> To: xhavli56@stud.fit.vutbr.cz; Xiaoyun Li <xiaoyun.li@intel.com>; >> Ferruh Yigit >> <ferruh.yigit@intel.com>; Andrew Rybchenko >> <arybchenko@solarflare.com>; >> Ajit Khaparde <ajit.khaparde@broadcom.com>; Haiyue Wang >> <haiyue.wang@intel.com>; Ori Kam <orika@nvidia.com>; Haifei Luo >> <haifeil@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; Andrey >> Vesnovaty <andreyv@nvidia.com>; Bing Zhao <bingz@nvidia.com>; >> Jiawei(Jonny) Wang <jiaweiw@nvidia.com>; Gregory Etelson >> <getelson@nvidia.com>; Li Zhang <lizh@nvidia.com> >> Cc: dev@dpdk.org; Jan Viktorin <viktorin@cesnet.cz> >> Subject: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated >> queues >> problem >> >> In bonding mode 4 (8023ad), dedicated queues are not working on mlx5 >> NICs. >> >> Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> >> --- >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> index 2c43719ad3..8a6edc2bad 100644 >> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >> @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: >> >> testpmd> set bonding lacp dedicated_queues (port_id) >> (enable|disable) >> >> +.. note:: >> + Dedicated queues `do not currently work >> + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. >> >> set bonding agg_mode >> ~~~~~~~~~~~~~~~~~~~~ >> -- >> 2.27.0 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem 2023-03-07 9:00 ` Havlík Martin @ 2023-03-07 9:37 ` Jan Viktorin 2023-03-07 10:26 ` Mário Kuka 0 siblings, 1 reply; 6+ messages in thread From: Jan Viktorin @ 2023-03-07 9:37 UTC (permalink / raw) To: Slava Ovsiienko Cc: Havlík Martin, Xiaoyun Li, Ferruh Yigit, Andrew Rybchenko, Ajit Khaparde, Haiyue Wang, Ori Kam, Haifei Luo, Andrey Vesnovaty, Bing Zhao, Jiawei(Jonny) Wang, Gregory Etelson, Li Zhang, dev, Mario Kuka Hello all, Mario (CC) will look at this. H. On Tue, 07 Mar 2023 10:00:35 +0100 Havlík Martin <xhavli56@stud.fit.vutbr.cz> wrote: > Hi Slava, > > as I no longer work on the DPDK centered project which led me to > encounter said issue, I am no longer in touch with changes made to > net/bonding and moreover I don't have access to resources to test the > current state of things. > > But that aside, the linked commit seems to fix the issue (again, > cannot test it myself but I'll trust the time passed since the commit > without further changes). > > If archiving is what is done to obsolete patches, then yes, go ahead, > please. > > Wish you all the best, > Martin > > Dne 2023-03-06 16:21, Slava Ovsiienko napsal: > > Hi, Martin > > > > Is this issue resolved by: > > http://git.dpdk.org/dpdk/commit/?id=f66323717e ? > > > > Should we archive the patch? > > > > With best regards, > > Slava > > > > > > > >> -----Original Message----- > >> From: Martin Havlik <xhavli56@stud.fit.vutbr.cz> > >> Sent: среда, 21 июля 2021 г. 18:59 > >> To: xhavli56@stud.fit.vutbr.cz; Xiaoyun Li <xiaoyun.li@intel.com>; > >> Ferruh Yigit > >> <ferruh.yigit@intel.com>; Andrew Rybchenko > >> <arybchenko@solarflare.com>; > >> Ajit Khaparde <ajit.khaparde@broadcom.com>; Haiyue Wang > >> <haiyue.wang@intel.com>; Ori Kam <orika@nvidia.com>; Haifei Luo > >> <haifeil@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; > >> Andrey Vesnovaty <andreyv@nvidia.com>; Bing Zhao > >> <bingz@nvidia.com>; Jiawei(Jonny) Wang <jiaweiw@nvidia.com>; > >> Gregory Etelson <getelson@nvidia.com>; Li Zhang <lizh@nvidia.com> > >> Cc: dev@dpdk.org; Jan Viktorin <viktorin@cesnet.cz> > >> Subject: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated > >> queues > >> problem > >> > >> In bonding mode 4 (8023ad), dedicated queues are not working on > >> mlx5 NICs. > >> > >> Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> > >> --- > >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ > >> 1 file changed, 3 insertions(+) > >> > >> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >> index 2c43719ad3..8a6edc2bad 100644 > >> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >> @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: > >> > >> testpmd> set bonding lacp dedicated_queues (port_id) > >> (enable|disable) > >> > >> +.. note:: > >> + Dedicated queues `do not currently work > >> + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. > >> > >> set bonding agg_mode > >> ~~~~~~~~~~~~~~~~~~~~ > >> -- > >> 2.27.0 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem 2023-03-07 9:37 ` Jan Viktorin @ 2023-03-07 10:26 ` Mário Kuka 2023-03-07 10:29 ` Slava Ovsiienko 0 siblings, 1 reply; 6+ messages in thread From: Mário Kuka @ 2023-03-07 10:26 UTC (permalink / raw) To: Jan Viktorin, Slava Ovsiienko Cc: Havlík Martin, Xiaoyun Li, Ferruh Yigit, Andrew Rybchenko, Ajit Khaparde, Haiyue Wang, Ori Kam, Haifei Luo, Andrey Vesnovaty, Bing Zhao, Jiawei(Jonny) Wang, Gregory Etelson, Li Zhang, dev [-- Attachment #1: Type: text/plain, Size: 2976 bytes --] Hello Slava, I confirm that the patch http://git.dpdk.org/dpdk/commit/?id=f66323717e has resolved this issue. I have tested that after applying the patch, the problem no longer occurs. With best regards, Mário On 07/03/2023 10:37, Jan Viktorin wrote: > Hello all, > > Mario (CC) will look at this. > > H. > > On Tue, 07 Mar 2023 10:00:35 +0100 > Havlík Martin <xhavli56@stud.fit.vutbr.cz> wrote: > >> Hi Slava, >> >> as I no longer work on the DPDK centered project which led me to >> encounter said issue, I am no longer in touch with changes made to >> net/bonding and moreover I don't have access to resources to test the >> current state of things. >> >> But that aside, the linked commit seems to fix the issue (again, >> cannot test it myself but I'll trust the time passed since the commit >> without further changes). >> >> If archiving is what is done to obsolete patches, then yes, go ahead, >> please. >> >> Wish you all the best, >> Martin >> >> Dne 2023-03-06 16:21, Slava Ovsiienko napsal: >>> Hi, Martin >>> >>> Is this issue resolved by: >>> http://git.dpdk.org/dpdk/commit/?id=f66323717e ? >>> >>> Should we archive the patch? >>> >>> With best regards, >>> Slava >>> >>> >>> >>>> -----Original Message----- >>>> From: Martin Havlik <xhavli56@stud.fit.vutbr.cz> >>>> Sent: среда, 21 июля 2021 г. 18:59 >>>> To: xhavli56@stud.fit.vutbr.cz; Xiaoyun Li <xiaoyun.li@intel.com>; >>>> Ferruh Yigit >>>> <ferruh.yigit@intel.com>; Andrew Rybchenko >>>> <arybchenko@solarflare.com>; >>>> Ajit Khaparde <ajit.khaparde@broadcom.com>; Haiyue Wang >>>> <haiyue.wang@intel.com>; Ori Kam <orika@nvidia.com>; Haifei Luo >>>> <haifeil@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; >>>> Andrey Vesnovaty <andreyv@nvidia.com>; Bing Zhao >>>> <bingz@nvidia.com>; Jiawei(Jonny) Wang <jiaweiw@nvidia.com>; >>>> Gregory Etelson <getelson@nvidia.com>; Li Zhang <lizh@nvidia.com> >>>> Cc: dev@dpdk.org; Jan Viktorin <viktorin@cesnet.cz> >>>> Subject: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated >>>> queues >>>> problem >>>> >>>> In bonding mode 4 (8023ad), dedicated queues are not working on >>>> mlx5 NICs. >>>> >>>> Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> >>>> --- >>>> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ >>>> 1 file changed, 3 insertions(+) >>>> >>>> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >>>> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >>>> index 2c43719ad3..8a6edc2bad 100644 >>>> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst >>>> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst >>>> @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: >>>> >>>> testpmd> set bonding lacp dedicated_queues (port_id) >>>> (enable|disable) >>>> >>>> +.. note:: >>>> + Dedicated queues `do not currently work >>>> + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. >>>> >>>> set bonding agg_mode >>>> ~~~~~~~~~~~~~~~~~~~~ >>>> -- >>>> 2.27.0 [-- Attachment #2: S/MIME Cryptographic Signature --] [-- Type: application/pkcs7-signature, Size: 4299 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem 2023-03-07 10:26 ` Mário Kuka @ 2023-03-07 10:29 ` Slava Ovsiienko 0 siblings, 0 replies; 6+ messages in thread From: Slava Ovsiienko @ 2023-03-07 10:29 UTC (permalink / raw) To: Mário Kuka, Jan Viktorin Cc: Havlík Martin, Xiaoyun Li, Ferruh Yigit, Andrew Rybchenko, Ajit Khaparde, Haiyue Wang, Ori Kam, Haifei Luo, Andrey Vesnovaty, Bing Zhao, Jiawei(Jonny) Wang, Gregory Etelson, Li Zhang, dev Hi, Thank you, Mario, for confirming. So, patch is not actual anymore. With best regards, Slava > -----Original Message----- > From: Mário Kuka <kuka@cesnet.cz> > Sent: вторник, 7 марта 2023 г. 12:26 > To: Jan Viktorin <viktorin@cesnet.cz>; Slava Ovsiienko > <viacheslavo@nvidia.com> > Cc: Havlík Martin <xhavli56@stud.fit.vutbr.cz>; Xiaoyun Li > <xiaoyun.li@intel.com>; Ferruh Yigit <ferruh.yigit@intel.com>; Andrew > Rybchenko <arybchenko@solarflare.com>; Ajit Khaparde > <ajit.khaparde@broadcom.com>; Haiyue Wang <haiyue.wang@intel.com>; Ori > Kam <orika@nvidia.com>; Haifei Luo <haifeil@nvidia.com>; Andrey Vesnovaty > <andreyv@nvidia.com>; Bing Zhao <bingz@nvidia.com>; Jiawei(Jonny) Wang > <jiaweiw@nvidia.com>; Gregory Etelson <getelson@nvidia.com>; Li Zhang > <lizh@nvidia.com>; dev@dpdk.org > Subject: Re: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues > problem > > Hello Slava, > > I confirm that the patch http://git.dpdk.org/dpdk/commit/?id=f66323717e > has resolved this issue. > I have tested that after applying the patch, the problem no longer occurs. > > With best regards, > Mário > > On 07/03/2023 10:37, Jan Viktorin wrote: > > Hello all, > > > > Mario (CC) will look at this. > > > > H. > > > > On Tue, 07 Mar 2023 10:00:35 +0100 > > Havlík Martin <xhavli56@stud.fit.vutbr.cz> wrote: > > > >> Hi Slava, > >> > >> as I no longer work on the DPDK centered project which led me to > >> encounter said issue, I am no longer in touch with changes made to > >> net/bonding and moreover I don't have access to resources to test the > >> current state of things. > >> > >> But that aside, the linked commit seems to fix the issue (again, > >> cannot test it myself but I'll trust the time passed since the commit > >> without further changes). > >> > >> If archiving is what is done to obsolete patches, then yes, go ahead, > >> please. > >> > >> Wish you all the best, > >> Martin > >> > >> Dne 2023-03-06 16:21, Slava Ovsiienko napsal: > >>> Hi, Martin > >>> > >>> Is this issue resolved by: > >>> http://git.dpdk.org/dpdk/commit/?id=f66323717e ? > >>> > >>> Should we archive the patch? > >>> > >>> With best regards, > >>> Slava > >>> > >>> > >>> > >>>> -----Original Message----- > >>>> From: Martin Havlik <xhavli56@stud.fit.vutbr.cz> > >>>> Sent: среда, 21 июля 2021 г. 18:59 > >>>> To: xhavli56@stud.fit.vutbr.cz; Xiaoyun Li <xiaoyun.li@intel.com>; > >>>> Ferruh Yigit > >>>> <ferruh.yigit@intel.com>; Andrew Rybchenko > >>>> <arybchenko@solarflare.com>; > >>>> Ajit Khaparde <ajit.khaparde@broadcom.com>; Haiyue Wang > >>>> <haiyue.wang@intel.com>; Ori Kam <orika@nvidia.com>; Haifei Luo > >>>> <haifeil@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; > >>>> Andrey Vesnovaty <andreyv@nvidia.com>; Bing Zhao > >>>> <bingz@nvidia.com>; Jiawei(Jonny) Wang <jiaweiw@nvidia.com>; > >>>> Gregory Etelson <getelson@nvidia.com>; Li Zhang <lizh@nvidia.com> > >>>> Cc: dev@dpdk.org; Jan Viktorin <viktorin@cesnet.cz> > >>>> Subject: [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated > >>>> queues > >>>> problem > >>>> > >>>> In bonding mode 4 (8023ad), dedicated queues are not working on > >>>> mlx5 NICs. > >>>> > >>>> Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> > >>>> --- > >>>> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ > >>>> 1 file changed, 3 insertions(+) > >>>> > >>>> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >>>> b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >>>> index 2c43719ad3..8a6edc2bad 100644 > >>>> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >>>> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > >>>> @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: > >>>> > >>>> testpmd> set bonding lacp dedicated_queues (port_id) > >>>> (enable|disable) > >>>> > >>>> +.. note:: > >>>> + Dedicated queues `do not currently work > >>>> + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. > >>>> > >>>> set bonding agg_mode > >>>> ~~~~~~~~~~~~~~~~~~~~ > >>>> -- > >>>> 2.27.0 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-07 10:29 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-07-21 15:59 [dpdk-dev] [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem Martin Havlik 2023-03-06 15:21 ` Slava Ovsiienko 2023-03-07 9:00 ` Havlík Martin 2023-03-07 9:37 ` Jan Viktorin 2023-03-07 10:26 ` Mário Kuka 2023-03-07 10:29 ` Slava Ovsiienko
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).