On Fri, Mar 26, 2021 at 3:56 PM Loftus, Ciara wrote:
>
> >
> > On Wed, Mar 24, 2021 at 3:46 PM Ciara Loftus
> > wrote:
> > >
> > > If the call to socket_create fails, the user may want to retry the
> > > socket creation using the same umem. Ensure that the umem is in the
> > > same state on exit
>
> On Wed, Mar 24, 2021 at 3:46 PM Ciara Loftus
> wrote:
> >
> > If the call to socket_create fails, the user may want to retry the
> > socket creation using the same umem. Ensure that the umem is in the
> > same state on exit if the call failed by restoring the _save pointers
> > and not unmapp
On Wed, Mar 24, 2021 at 3:46 PM Ciara Loftus wrote:
>
> If the call to socket_create fails, the user may want to retry the
> socket creation using the same umem. Ensure that the umem is in the
> same state on exit if the call failed by restoring the _save pointers
> and not unmapping the set of um
If the call to socket_create fails, the user may want to retry the
socket creation using the same umem. Ensure that the umem is in the
same state on exit if the call failed by restoring the _save pointers
and not unmapping the set of umem rings if those pointers are non NULL.
Fixes: 2f6324a3937f (