Re: [dpdk-dev] [PATCH] eal/freebsd: add support for base virtaddr option

2019-09-26 Thread David Marchand
Hello Anatoly, On Mon, Aug 12, 2019 at 3:38 PM Burakov, Anatoly wrote: > > On 12-Aug-19 11:19 AM, David Marchand wrote: > > On Tue, Jul 16, 2019 at 1:25 PM Anatoly Burakov > > wrote: > >> > >> According to our docs, only Linuxapp supports base-virtaddr option. > >> That is, strictly speaking, no

Re: [dpdk-dev] [PATCH] eal/freebsd: add support for base virtaddr option

2019-08-12 Thread Burakov, Anatoly
On 12-Aug-19 11:19 AM, David Marchand wrote: On Tue, Jul 16, 2019 at 1:25 PM Anatoly Burakov wrote: According to our docs, only Linuxapp supports base-virtaddr option. That is, strictly speaking, not true because most of the things that are attempting to respect base-virtaddr are in common fil

Re: [dpdk-dev] [PATCH] eal/freebsd: add support for base virtaddr option

2019-08-12 Thread David Marchand
On Tue, Jul 16, 2019 at 1:25 PM Anatoly Burakov wrote: > > According to our docs, only Linuxapp supports base-virtaddr option. > That is, strictly speaking, not true because most of the things > that are attempting to respect base-virtaddr are in common files, > so FreeBSD already *mostly* support

Re: [dpdk-dev] [PATCH] eal/freebsd: add support for base virtaddr option

2019-07-22 Thread Thomas Monjalon
16/07/2019 13:25, Anatoly Burakov: > According to our docs, only Linuxapp supports base-virtaddr option. > That is, strictly speaking, not true because most of the things > that are attempting to respect base-virtaddr are in common files, > so FreeBSD already *mostly* supports this option in practi