-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sdk-vpp#370] Use abstract sockets for memif #369
Closed
Bolodya1997
wants to merge
3
commits into
networkservicemesh:main
from
Bolodya1997:sdk-vpp#357/abstract-sockets
Closed
[sdk-vpp#370] Use abstract sockets for memif #369
Bolodya1997
wants to merge
3
commits into
networkservicemesh:main
from
Bolodya1997:sdk-vpp#357/abstract-sockets
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
2 times, most recently
from
September 9, 2021 04:21
f0bf411
to
f563fa9
Compare
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
4 times, most recently
from
September 9, 2021 06:29
d95a637
to
5232317
Compare
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
8 times, most recently
from
September 15, 2021 09:05
a316a41
to
a69abe2
Compare
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
from
September 16, 2021 11:20
a69abe2
to
d486da3
Compare
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
2 times, most recently
from
October 25, 2021 10:05
a7aad65
to
75da0d2
Compare
Bolodya1997
changed the title
[POC] Use abstract sockets for memif
[sdk-vpp#357] Use abstract sockets for memif
Oct 25, 2021
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
from
October 27, 2021 08:29
75da0d2
to
c072f84
Compare
Bolodya1997
changed the title
[sdk-vpp#357] Use abstract sockets for memif
[sdk-vpp#370] Use abstract sockets for memif
Oct 27, 2021
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
6 times, most recently
from
October 27, 2021 09:53
de87a1c
to
f6a28f2
Compare
9 tasks
This was referenced Oct 27, 2021
Closed
Bolodya1997
requested review from
denis-tingaikin,
Mixaster995 and
glazychev-art
October 27, 2021 13:14
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
from
November 3, 2021 04:29
f6a28f2
to
b5e4f84
Compare
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
2 times, most recently
from
November 3, 2021 05:55
dc6e906
to
1b016e8
Compare
Signed-off-by: Vladimir Popov <[email protected]>
Signed-off-by: Vladimir Popov <[email protected]>
Signed-off-by: Vladimir Popov <[email protected]>
Bolodya1997
force-pushed
the
sdk-vpp#357/abstract-sockets
branch
from
November 3, 2021 13:50
1b016e8
to
6268cd5
Compare
Merged
This is done in #470 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Modifies
memif
to use abstract sockets.Depends on networkservicemesh/api#113.
Issue link
#370
How Has This Been Tested?
Types of changes