Skip to content
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

feat(baremetal NIC): initial push for baremetal NIC #229

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

handong32
Copy link
Contributor

Only works on Intel 82599 family based NICs

Copy link
Contributor

@jimcadden jimcadden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass looks good! My old recommendation is to try and keep the changes to the existing net interfaces simple/unchanged, i.e., it's not clear what the rxflag is necessary to pass along.

src/native/Net.h Outdated
@@ -230,7 +237,7 @@ class NetworkManager : public StaticSharedEbb<NetworkManager> {
explicit Interface(EthernetDevice& ether_dev)
: address_(nullptr), ether_dev_(ether_dev) {}

void Receive(std::unique_ptr<MutIOBuf> buf);
void Receive(std::unique_ptr<MutIOBuf> buf, uint64_t rxflag);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you set the default value for rxflag = 0 you can revert the changes made in VirtIONet.cc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed

@@ -64,6 +64,7 @@ class IOBuf {
}

void TrimEnd(size_t amount) { length_ -= amount; }
void SetLength(size_t amount) { length_ = amount; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think TrimEnd() and Length() could be used to achieve the same behavior

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok lemme check, i remember trying it, but will check again

void ReceiveUdp(Ipv4Header& ih, std::unique_ptr<MutIOBuf> buf,
uint64_t rxflag = 0);
void ReceiveTcp(const Ipv4Header& ih, std::unique_ptr<MutIOBuf> buf,
uint64_t rxflag = 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the advantage of passing rxflag all the way up the network stack?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its mainly for hardware checksumming? If the hardware checksums a type of packet, then it'll set a bit in rxflag, so we don't have to do it in network stack

Only works on Intel 82599 family based NICs
@BetsyRT
Copy link
Collaborator

BetsyRT commented Aug 29, 2018

☔ The latest upstream changes (presumably d213abd) made this pull request unmergeable. Please resolve the merge conflicts.

@GitCop
Copy link

GitCop commented Apr 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d
  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

…appening when user closes a connection twice.
@GitCop
Copy link

GitCop commented Apr 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

… perf and statistic counters to IxgbeDriver, hijacked Ping messages to act as triggers to set up state
@GitCop
Copy link

GitCop commented Apr 8, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Nov 4, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Nov 4, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

…as checksum offloading for packets less than MTU, which doesn't utilize the TSO offload feature, is still the original standard TCP pseudo checksum of src, dest ip addresses, TCP protocol, and length (tcp header+payload). However, for packets larger than the MTU, which requires enabling TSO, the TCP pseudo checksum is just src, dest ip address and TCP protocol, no length required. If this is not implemented correctly, you know it is a device problem as the packets won't even make it out onto wireshark.
@GitCop
Copy link

GitCop commented Dec 6, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

… starting to add perf and other counters such as RAPL for counting power usage.
@GitCop
Copy link

GitCop commented Dec 18, 2019

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Jan 20, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 8, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bef8f3a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 8, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bef8f3a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 4dd7706

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Apr 13, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bef8f3a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 4dd7706

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: af1c4a3

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Jul 30, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bef8f3a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 4dd7706

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: af1c4a3

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bb616b8

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Oct 29, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bef8f3a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 4dd7706

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: af1c4a3

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bb616b8

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: eb4072a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Dec 15, 2020

There were the following issues with your Pull Request

  • Commit: f837e9d

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5dee049

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 032175f

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: f32cd8a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 86b0252

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 8a5d249

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: c80dd47

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: 68caa40

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5c69645

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 5b98f29

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: e138668

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Invalid type. Valid types are feat, fix, docs, style, refactor, perf, test, chore, revert

  • Commit: 9fabb7a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bef8f3a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: 4dd7706

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: af1c4a3

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: bb616b8

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Commit: eb4072a

  • Commits must be in the following format: %{type}(%{scope}): %{description}

  • Your subject line is longer than 72 characters

  • Commit: aab9a19

  • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/SESA/EbbRT/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants