Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release 0.8#571

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gshimansky merged 45 commits intomasterfromdevelop
Mar 7, 2019
Merged
Changes from1 commit
Commits
Show all changes
45 commits
Select commitHold shift + click to select a range
2db2bba
Added new option NoPacketHeadChange (default - false)
ifilippovJan 25, 2019
a4552d9
Updated Go version
gshimanskyFeb 6, 2019
ee2f722
Fixed image names to be unique
gshimanskyFeb 6, 2019
4f01330
Merge pull request #547 from intel-go/gregory/hotfix
gshimanskyFeb 6, 2019
272a461
Updated DPDK to version 19.02
gshimanskyFeb 6, 2019
56b26df
Rebuilding nffPktgen
ifilippovFeb 8, 2019
04b1107
Merge pull request #550 from intel-go/ifilippov/pktgen
ifilippovFeb 8, 2019
d403142
nffpktgen improvements
ifilippovFeb 11, 2019
f681573
Merge pull request #551 from intel-go/ifilippov/pktgen
ifilippovFeb 11, 2019
76d739d
Smooth low speed generate
ifilippovFeb 11, 2019
670d192
Merge pull request #553 from intel-go/ifilippov/generate
ifilippovFeb 11, 2019
65ca0fd
Merge pull request #548 from intel-go/gregory/dpdk1902
gshimanskyFeb 12, 2019
b54fb34
Added possibility of receiving and sending without DPDK
ifilippovFeb 12, 2019
cca4d89
Merge pull request #554 from intel-go/ifilippov/os
ifilippovFeb 12, 2019
7cf6360
Example for receive/send without DPDK
ifilippovFeb 13, 2019
29fe868
Fixed ARP target HW address which should be 0xff for AWS
Feb 13, 2019
de03dcf
Merge pull request #556 from intel-go/gregory/hotfix
gshimanskyFeb 13, 2019
8b38071
Merge pull request #555 from intel-go/ifilippov/os
aregmFeb 14, 2019
cd1d4fc
Fixed failing tests after PR #556
gshimanskyFeb 15, 2019
053b534
Merge pull request #557 from intel-go/gregory/hotfix
gshimanskyFeb 15, 2019
c905b9a
Added special types for IPv4, IPv6 and MAC addresses
gshimanskyDec 15, 2018
1464b0d
Moved IP addresses, functions and constants into separate package types
gshimanskyFeb 14, 2019
d41b32d
Merge pull request #514 from intel-go/gregory/quickfix
gshimanskyFeb 15, 2019
a2c3465
Implemented load balancer with 5-tuple hashing
gshimanskyDec 12, 2018
bae0b73
made burstSize changeable
ifilippovFeb 15, 2019
62888a8
Merge pull request #558 from intel-go/gregory/lb
gshimanskyFeb 15, 2019
54d38f0
Added Dockerfile for load balancer
gshimanskyFeb 20, 2019
5f5d3be
Merge pull request #560 from intel-go/gregory/quickfix
gshimanskyFeb 20, 2019
677d990
Merge pull request #559 from intel-go/ifilippov/fix1
ifilippovFeb 25, 2019
aec6da0
Comment about i40e driver
ifilippovFeb 25, 2019
5ea25c5
Added channel for dynamically changing generate target speed
ifilippovFeb 26, 2019
4456815
Merge pull request #563 from intel-go/ifilippov/fix1
ifilippovFeb 26, 2019
88e5897
Merge pull request #537 from intel-go/ifilippov/perf
ifilippovFeb 27, 2019
95c803c
Added NoPacketHeadChange option to performance tests
ifilippovFeb 27, 2019
096ef36
Merge pull request #565 from intel-go/ifilippov/perf
ifilippovFeb 27, 2019
b90e558
Added configuraton for AWS cloud network
gshimanskyFeb 28, 2019
fd9230c
Merge pull request #566 from intel-go/gregory/lb
gshimanskyMar 1, 2019
590bb19
Implemented send/receive statistic counters for #390
gshimanskyJun 21, 2018
5da0943
Merge pull request #564 from intel-go/gregory/counters
gshimanskyMar 6, 2019
7379298
Updated pktgen to version 3.6.5 to fix bug #526
gshimanskyMar 7, 2019
7a615b2
Implemented #382 to repeat failed tests several times
gshimanskyMar 6, 2019
c0347a0
Added substring filter and comparison threshold to report compare
gshimanskyMar 7, 2019
faa5467
Merge pull request #570 from intel-go/gregory/hotfix
gshimanskyMar 7, 2019
a8f4031
Merge pull request #568 from intel-go/gregory/quickfix
gshimanskyMar 7, 2019
b2e018e
Merge pull request #569 from intel-go/gregory/testing
gshimanskyMar 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Comment about i40e driver
  • Loading branch information
@ifilippov
ifilippov committedFeb 25, 2019
commitaec6da0be4c5be0906e35331dc5916c90bbe52b1
2 changes: 2 additions & 0 deletionsflow/flow.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -413,6 +413,8 @@ func SetUseHWCapability(capa HWCapability, use bool) {

// Size of operations with internal ring buffers and NIC receive/send
// Can be changed for debug and test purposes for scalar examples, not recommended
// At i40e drivers burstSize should be >= 4
// http://mails.dpdk.org/archives/dev/2016-December/052554.html
const burstSize = 32
// Size of all vectors in system. Can't be changed due to asm stickiness
// Using vector functions with vBurstSize != burstSize is undefined behaviour
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp