On 8/24/19 4:00 AM, Jakub Kicinski wrote:
From: Jiong Wang
NFP is using Local Memory to model stack. LM_addr could be used as base of
a 16 32-bit word region of Local Memory. Then, if the stack offset is
beyond the current region, the local index needs to be updated. The update
needs at least t
On Mon, 26 Aug 2019 18:25:10 +0200, Daniel Borkmann wrote:
> On 8/26/19 6:18 PM, Alexei Starovoitov wrote:
> > On Mon, Aug 26, 2019 at 8:57 AM Jakub Kicinski
> > wrote:
> >> On Sun, Aug 25, 2019 at 10:37 PM Song Liu wrote:
> >>> On Fri, Aug 23, 2019 at 7:04 PM Jakub Kicinski wrote:
> F
On 8/26/19 6:18 PM, Alexei Starovoitov wrote:
On Mon, Aug 26, 2019 at 8:57 AM Jakub Kicinski
wrote:
On Sun, Aug 25, 2019 at 10:37 PM Song Liu wrote:
On Fri, Aug 23, 2019 at 7:04 PM Jakub Kicinski wrote:
From: Jiong Wang
NFP is using Local Memory to model stack. LM_addr could be used as bas
On Mon, Aug 26, 2019 at 8:57 AM Jakub Kicinski
wrote:
>
> On Sun, Aug 25, 2019 at 10:37 PM Song Liu wrote:
> > On Fri, Aug 23, 2019 at 7:04 PM Jakub Kicinski wrote:
> > > From: Jiong Wang
> > >
> > > NFP is using Local Memory to model stack. LM_addr could be used as base of
> > > a 16 32-bit wor
On Sun, Aug 25, 2019 at 10:37 PM Song Liu wrote:
> On Fri, Aug 23, 2019 at 7:04 PM Jakub Kicinski wrote:
> > From: Jiong Wang
> >
> > NFP is using Local Memory to model stack. LM_addr could be used as base of
> > a 16 32-bit word region of Local Memory. Then, if the stack offset is
> > beyond the
On Fri, Aug 23, 2019 at 7:04 PM Jakub Kicinski
wrote:
>
> From: Jiong Wang
>
> NFP is using Local Memory to model stack. LM_addr could be used as base of
> a 16 32-bit word region of Local Memory. Then, if the stack offset is
> beyond the current region, the local index needs to be updated. The u
From: Jiong Wang
NFP is using Local Memory to model stack. LM_addr could be used as base of
a 16 32-bit word region of Local Memory. Then, if the stack offset is
beyond the current region, the local index needs to be updated. The update
needs at least three cycles to take effect, therefore the se